:root {
  --c: #1e2384;
  --cc: #03506f;
  --ccc: #a3ddcb;
  --bgi: linear-gradient(to right, #77bad2, #538dc6);
}

html {
  font-size: 14px;
}

body {
  opacity: 0;
  visibility: hidden;
}

body.wd-show {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

body.index {
  overflow-x: hidden;
  overflow-y: auto;
}

body.make {
  opacity: 1;
  visibility: visible;
}

#c_portalResNews_list-16139123172962565 .p_articles {
  width: calc((100% - 0px)/4);
}

#c_portalResNews_list-16139123172962565 .p_CommonSummaryBoxA {
  text-align: center;
}

#c_portalResNews_list-16139123172962565 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#c_portalResNews_list-16139123172962565 >div {
  animation-fill-mode: both;
}

#c_portalResNews_list-16139123172962565 .newList {
  max-width: 1200px;
  margin: auto;
}

#c_portalResNews_list-16139123172962565 .p_news {
  padding: 30px 28px 0;
}

#c_portalResNews_list-16139123172962565 .list {
  width: calc((100% - 20px)/2);
  height: 0px;
  padding-bottom: 15%;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

#c_portalResNews_list-16139123172962565 .contentBox {
  position: absolute;
  top: 18px;
  left: 20px;
  right: 18px;
  bottom: 20px;
  display: flex;
  overflow: hidden;
}

#c_portalResNews_list-16139123172962565 .picBox {
  width: 40%;
  height: 100%;
  overflow: hidden;
}

#c_portalResNews_list-16139123172962565 .pic {
  width: 100%;
  height: 100%;
}

#c_portalResNews_list-16139123172962565 .content {
  width: calc((100% - 43%)/1);
  margin-left: 3%;
  padding-top: 2%;
}

#c_portalResNews_list-16139123172962565 .titleLink {
  width: 100%;
  display: block;
  color: #262626;
}

#c_portalResNews_list-16139123172962565 .sumrry {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #8c8c8c;
  margin-top: 3%;
}

#c_portalResNews_list-16139123172962565 .time {
  margin-top: 6%;
  font-size: 0.75rem;
  color: #8c8c8c;
}

@media only screen and (min-width: 1024px) {
  #c_portalResNews_list-16139123172962565 .list {
    float:left;
  }

  #c_portalResNews_list-16139123172962565 .list:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  #c_portalResNews_list-16139123172962565 .titleLink {
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #c_portalResNews_list-16139123172962565 .sumrry {
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    margin-top: 3%;
  }

  #c_portalResNews_list-16139123172962565 .title:hover .titleLink {
    color: #1890FF;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #c_portalResNews_list-16139123172962565 .list {
    float:left;
  }

  #c_portalResNews_list-16139123172962565 .list:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  #c_portalResNews_list-16139123172962565 .titleLink {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #c_portalResNews_list-16139123172962565 .sumrry {
    font-size: 0.75rem;
    -webkit-line-clamp: 1;
  }

  #c_portalResNews_list-16139123172962565 .contentBox {
    top: 14px;
    left: 12px;
    right: 12px;
    bottom: 14px;
  }

  #c_portalResNews_list-16139123172962565 .title:hover .titleLink {
    color: #1890FF;
  }
}

@media only screen and (max-width: 768px) {
  #c_portalResNews_list-16139123172962565 .p_news {
    padding:30px 0 ;
  }

  #c_portalResNews_list-16139123172962565 .list {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
  }

  #c_portalResNews_list-16139123172962565 .contentBox {
    position: absolute;
    left: 5%;
    top: 10%;
    right: 10%;
  }

  #c_portalResNews_list-16139123172962565 .titleLink {
    font-size: 0.875rem;
    color: #262626;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 130%;
  }

  #c_portalResNews_list-16139123172962565 .sumrry {
    display: none;
  }

  #c_portalResNews_list-16139123172962565 .title {
    height: 50%;
  }

  #c_portalResNews_list-16139123172962565 .time {
    font-size: 0.75rem;
    color: #8c8c8c;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

#w_grid-1613963949935-1 {
  display: flex;
  align-items: flex-end;
}

.m_nav {
  display: none;
}

.wd-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background-color: rgba(0, 0, 0, 0.3);
}

.wd-header.wd-dark {
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px #aaa;
}

.wd-header.wd-dark .wd-logo img {
  /* width: 200px; */
}

.wd-header.wd-dark .wd-logo img:nth-child(1) {
  opacity: 0;
}

.wd-header.wd-dark .wd-logo img:nth-child(2) {
  opacity: 1;
}

.wd-header.wd-dark .wd-logo p {
  display: none;
}

.wd #w_grid-1613911314951 {
  display: none;
}

.wd-header .wd-container {
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

.wd-header.wd-dark .wd-container {
  padding: 10px 20px;
}

.wd-nav {
  display: flex;
  align-items: center;
}

.wd-nav .wd-item > a {
  display: block;
  padding: 0 15px;
}

.wd-nav a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
}

.wd-20210222134816 {
  display: flex !important;
  align-items: center;
}

.wd-20210222134928 svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}

.wd-20210222134928 path {
  fill: #fff;
}

.wd-20210222134948 svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
  transition: 1s;
}

.wd-20210222134948:hover svg {
  transform: rotate(-45deg);
}

.wd-20210222134948 path {
  fill: #346ca2;
}

.wd-20210222134928 {
  margin-right: 10px;
}

.wd-header .wd-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wd-header .wd-right .entry {
  margin-left: 15px;
}

.wd-header .wd-right .entry a {
  padding: 10px 1vw;
  background-image: linear-gradient(to right, #76c5f1, #005096);
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.wd-header .wd-right .entry a svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.wd-header .wd-right .entry a svg path {
  fill: transparent;
}

.wd #c_portalResEbizads_banner-16139117908244842 .bannerBox {
  height: 100vh;
}

.wd-20210222160119 {
  display: flex;
  align-items: center;
}

.wd-20210222160119 img {
  margin-left: 10px;
}

.wd #c_portalResEbizads_banner-16139117908244842 .swiper-pagination-bullet {
  opacity: 0;
}

.wd.wd-show #c_portalResEbizads_banner-16139117908244842 .swiper-pagination-bullet {
  animation: fadeInUp 1s both;
}

.wd.wd-show #c_portalResEbizads_banner-16139117908244842 .swiper-pagination-bullet:nth-child(1) {
  animation-delay: 0.5s;
}

.wd.wd-show #c_portalResEbizads_banner-16139117908244842 .swiper-pagination-bullet:nth-child(2) {
  animation-delay: 0.6s;
}

.wd.wd-show #c_portalResEbizads_banner-16139117908244842 .swiper-pagination-bullet:nth-child(3) {
  animation-delay: 0.7s;
}

.wd-header .wd-logo {
  opacity: 0;
}

.wd-header .wd-logo a {
  display: block;
  position: relative;
}

.wd-header .wd-logo a img {
  transition: 0.5s;
}

.wd-header .wd-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.wd-show .wd-header .wd-logo {
  animation: fadeInDown 0.6s 0.5s both;
}

.wd-header .wd-right .wd-item {
  opacity: 0;
}

.wd-show .wd-header .wd-right .wd-item {
  animation: fadeInDown 1s both;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(1) {
  animation-delay: 0.5s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(2) {
  animation-delay: 0.6s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(3) {
  animation-delay: 0.7s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(4) {
  animation-delay: 0.8s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(5) {
  animation-delay: 0.9s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(6) {
  animation-delay: 1s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(7) {
  animation-delay: 1.1s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(8) {
  animation-delay: 1.2s;
}

.wd-show .wd-header .wd-right .wd-item:nth-child(9) {
  animation-delay: 1.3s;
}

.wd-header .wd-right .entry {
  opacity: 0;
}

.wd-show .wd-header .wd-right .entry {
  animation: fadeInDown 1s 1.4s both;
}

.wd #c_portalResEbizads_banner-16139117908244842 .bannerPic {
  height: 100vh;
  object-fit: cover;
}

#c_portalResProduct_category-16139192832570367 .wd-left .swiper-container {
  height: 100%;
}

#c_portalResProduct_category-16139192832570367 .wd-left .swiper-container .wd-pic {
  height: 100%;
}

#c_portalResProduct_category-16139192832570367 .wd-left .swiper-container .wd-pic img {
  width: 100%;
  height: 100%;
}

#c_portalResProduct_category-16139192832570367 .wd-content {
  padding-right: 30%;
}

a:hover span {
  text-decoration: underline;
}

#c_portalResNews_list-16139123172962565 .wd-title:hover {
  color: #2a75be;
}

#c_portalResNews_list-16139168167060872 .wd-title:hover {
  color: #2a75be;
}

#c_portalResNews_list-16139191101016806 .wd-title:hover {
  color: #2a75be;
}

#c_portalResNews_list-16139168167060872 .wd-list-item a:hover {
  color: #2a75be;
}

#c_portalResNews_list-16139191101016806 .wd-list-item a:hover {
  color: #2a75be;
}

#w_common_text-1613912001985 a:hover span {
  color: #2a75be;
}

#w_common_text-1613916777196 a:hover span {
  color: #2a75be;
}

#w_common_text-1613916781492 a:hover span {
  color: #2a75be;
}

#c_portalResProduct_list-16139624094169546 .wd-right .wd-title a:hover {
  color: #2a75be;
}

.wd-scroll-ani {
  animation: fadeOut both;
}

body.wd-show .wd-scroll-ani.scrolled {
  animation: fadeInUp 1s both;
}

.wd-header .wd-logo p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 15vw; */
}

.wd-header .wd-logo p:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-right: 5px;
}

.wd-header .wd-logo p:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-left: 5px;
}

@keyframes w-banner-tip-ani {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  70%, 100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.wd-show #c_portalResEbizads_banner-16139117908244842 .w-banner-tip {
  animation: fadeInUp 1s 0.7s both;
}

.wd-header .wd-right .entry {
  /* display:none; */
}

#c_portalResEbizads_banner-16139117908244842 .wd-content {
  top: auto;
  bottom: 0;
  left: 0;
  width: auto;
  background-image: linear-gradient(to right, #69b3cf, #175897);
  border-radius: 0;
  border-top-right-radius: 30px;
  padding: 2vw 7vw 2vw 2vw;
  visibility: hidden;
}

#c_portalResEbizads_banner-16139117908244842 .w-banner-tip {
  /* left:auto; */
  /* right:20px; */
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  /* display:flex; */
  /* justify-content:flex-end; */
  /* padding-right:50px; */
  /* bottom:25px !important; */
}

#c_portalResEbizads_banner-16139117908244842 .wd-content p {
  font-size: 2.5rem;
}

#w_common_text-1613959453957 p {
  letter-spacing: 0;
}

#c_portalResEbizads_banner-16139117908244842 .swiper-slide-active .wd-content {
  animation: fadeInUp 1s 0.3s both;
}

#c_portalResProduct_category-16139192832570367 .wd-right .wd-title .line {
  background-color: rgba(255, 255, 255, 0.3);
  left: 17px;
}

#c_portalResProduct_list-16139624094169546 .wd-right .wd-title a {
  width: calc(100% - 150px);
}

#c_portalResProduct_list-16139624094169546 .wd-right .wd-title .number {
  width: 150px;
}

.wd #w_common_text-1614250322990 span {
  font-size: 13.4px;
}

.wd-20210226154540 p {
  color: #888 !important;
  position: relative;
  left: 3px;
}

.wd-header.wd-dark .wd-nav a {
  color: #333;
}

.wd-header .wd-right .wd-item p {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 3px;
}

.wd-header.wd-dark .wd-right .wd-item p {
  color: #aaa;
}

@media(max-width: 1650px) {
  .wd #c_portalResEbizads_banner-16139117908244842 .bannerPic {
    height:auto;
  }

  .wd #c_portalResEbizads_banner-16139117908244842 .bannerBox {
    height: auto;
  }

  .wd-header .wd-logo a img {
    width: 60px;
  }

  .wd-header .wd-logo p:before {
    display: none;
  }

  .wd-header .wd-logo p:after {
    display: none;
  }

  .wd-header .wd-right .entry a {
    padding: 10px 20px;
  }

  .wd-header .wd-container {
    padding: 2%;
  }

  #c_portalResNews_list-16139123172962565 .wd-pic {
    width: 50%;
  }

  #c_portalResNews_list-16139123172962565 .wd-content {
    width: 50%;
  }

  #c_portalResNews_list-16139123172962565 .wd-pic .wd-pic {
    width: 100%;
  }

  #w_grid-1613911771894 {
    min-height: auto !important;
  }

  #c_portalResProduct_category-16139192832570367 .wd-right .wd-content a {
    font-size: 1.3rem;
  }

  #c_portalResProduct_category-16139192832570367 .wd-right .wd-content article {
    opacity: 0.5;
  }

  #content_box-1613964074245-0 {
    width: calc((100% - 80px - 40px) / 2) !important;
  }

  #content_box-1613964074245-1 {
    width: calc((100% - 80px - 40px) / 2) !important;
  }

  #content_box-1613964074245-2 {
    width: 80px !important;
  }

  #content_box-1613963949935-0 {
    width: 200px !important;
  }

  #content_box-1613963949935-1 {
    width: calc(100% - 200px - 20px) !important;
  }

  #w_grid-1613963949935-1 {
    align-items: center;
  }

  #w_common_text-1614250322990 p {
    opacity: 0.7;
  }
}

#c_portalResProduct_category-16139192832570367 .wd-right .wd-title h3 {
  letter-spacing: 0;
}

.wd-sub-banner {
  height: 30vw;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.wd .wd-sub-banner {
  height: 50vh;
}

.wd-sub-banner .wd-img {
  height: 100%;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}

.wd-sub-banner .wd-content {
  position: absolute;
  width: 94%;
  max-width: 1440px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wd-sub-banner .wd-content .wd-title {
  font-size: 2.4vw;
  color: #fff;
}

.wd-sub-banner .wd-content .wd-summary {
  font-size: 0.6vw;
  color: #fff;
  text-transform: uppercase;
}

.wd-sub-banner .wd-content .wd-right .wd-cate {
  display: flex;
  justify-content: flex-end;
}

.wd-sub-banner .wd-content .wd-right a {
  display: block;
  padding: 10px 3vw;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  margin: 0 10px;
  border-radius: 50px;
}

.wd-sub-banner .wd-content .wd-right a.wd-current {
  background-color: var(--mc2);
  border-color: var(--mc2);
}

.wd-sub-banner .wd-content .wd-right a:last-child {
  margin-right: 0;
}

.wd-sub-banner .wd-content .wd-right a:hover {
  background-color: #fff;
  background-color: var(--mc2);
  color: #333;
  color: #fff;
  border-color: transparent;
}

.wd-20210318072524 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.wd-20210318072524 svg {
  width: 70px;
  height: 70px;
}

.wd-20210318072524 path {
  fill: #4181c0;
}

#w_grid-1616023286748-1 {
  display: flex;
  align-items: center;
  background-color: #fafafa;
}

#w_grid-1616023673486-1 {
  display: flex;
  align-items: center;
  background-color: #fafafa;
}

#w_grid-1616023674613-1 {
  display: flex;
  align-items: center;
  background-color: #fafafa;
}

.w_tabswitchbox-001 > .layout_1 .p_box002 {
  border: none;
}

#w_grid-1615995352039 > div > .p_gridbox:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
}

#w_grid-1615995352039 > div > .p_gridbox {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_box-1615995352039-0 {
  position: relative;
  z-index: 100;
}

.wd #c_portalResProduct_list-16160302987368784 {
  display: none;
}

.wd-20210318092305 {
  display: flex;
  margin-bottom: 3%;
  box-shadow: 10px 10px 35px #eee;
}

.wd-20210318092305 .wd-pic {
  width: 50%;
}

.wd-20210318092305:nth-child(even) .wd-pic {
  order: 2;
}

.wd-20210318092305 .wd-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd-20210318092305 .wd-right {
  width: 50%;
  padding: 2%;
}

.wd-20210318092305 .wd-title {
  font-size: 2rem;
  background-image: linear-gradient(to right, #6ab4cf, #175897);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}

.wd-20210318092305 .wd-summary p {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.wd-20210318092305 .wd-summary a {
  background-image: linear-gradient(to right, #6ab4cf, #175897);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wd-20210318092305 .wd-summary a:hover {
  text-decoration: underline !important;
}

.w_grid-001 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  align-items: flex-start;
}

.w_grid-000 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}

#c_portalResProduct_list-16160300858455903 .proContainer {
  max-width: none;
  overflow: visible;
  margin: 0;
}

#c_portalResProduct_list-16160300858455903 .proBox {
  overflow: visible;
}

.proContainer {
  overflow: visible !important;
}

.proContainer {
  max-width: none !important;
}

.wd .wd-fr-hide {
  display: none !important;
}

#c_portalResNews_list-16160348125686381 .newTitle {
  font-size: 1.3rem;
}

.newContainer {
  max-width: none !important;
}

.c_portalResNews_detail-01001 .p_imgsBox {
  display: none;
}

.c_portalResNews_detail-01001 .p_articles p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

#w_grid-1616037743291 > div > .p_gridbox:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
}

#w_grid-1616037746962 {
  position: relative;
  z-index: 100;
}

.wd-20210318133607 table {
  width: 100%;
  border: none;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.wd-20210318133607 table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 18px;
  color: #333;
}

.wd-20210318133607 table tr:nth-child(1) {
  background-color: #f5f5f5;
}

.wd-20210318133607 table td a {
  color: #366298;
}

.wd-20210318133607 table td a:hover {
  text-decoration: underline;
}

.c_portalResComplaintPage_detail-01001 .p_articles {
  margin-top: 0;
}

.c_portalResComplaintPage_detail-01001 .p_complaintPageDetails {
  padding: 0;
}

#content_box-1616046820761-0 {
  box-shadow: 3px 3px 15px #f3f3f3;
}

.wd #w_fimgbox-1616046965037 {
  height: 100%;
}

.wd #w_fimgbox-1616046965037 img {
  height: 100%;
}

#w_grid-1613963936155 {
  width: 94%;
  max-width: 1600px;
}

.wd-df {
  display: flex;
}

.wd-fw {
  flex-wrap: wrap;
}

.wd-title {
  font-size: 1.5rem;
  color: #222;
}

.wd-summary {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.wd-pic img {
  transition: 1s;
  width: 100%;
}

#w_fbtn-1616049229581 .p_CommonBtn {
  border-radius: 50px;
}

.w_tabswitchbox-001 .p_relationbtntab.active {
  background-image: linear-gradient(to right, #6ab4cf, var(--mc);
  ); }

.w_tabswitchbox-001 .p_relationbtntab.active {
  background-color: transparent;
}

#c_portalResProduct_list-16139624094169546 .wd-more a {
  text-transform: uppercase;
}

.wd-header.wd-dark .wd-nav a:hover {
  color: #86bfe9;
}

.wd-nav .wd-item > a:hover {
  color: #86bfe9;
}

.wd-nav .wd-item.wd-current > a {
  color: var(--mc);
  color: #86bfe9;
}

.wd-nav .wd-item.wd-current p {
  color: #86bfe9;
  opacity: 0.8;
}

.wd-header.wd-dark .wd-nav .wd-item.wd-current a {
  color: var(--mc);
}

.wd-header.wd-dark .wd-nav .wd-item.wd-current p {
  color: var(--mc);
  opacity: 0.8;
}

#c_portalResNews_list-16160348125686381 .newSummry {
  font-size: 1.2rem;
}

#c_portalResNews_list-16160348125686381 .newTitle:hover {
  color: var(--mc);
}

.wd-20210320214616 {
  display: flex;
  justify-content: center;
}

.wd-20210320214616 svg {
  width: 7vw;
  height: 7vw;
  transition: 1s;
}

.c_portalResNews_detail-01001 .p_articles p a {
  color: #3a679b;
}

.c_portalResNews_detail-01001 .p_articles p a:hover {
  text-decoration: underline;
}

.wd-20210320214616:hover svg {
  transform: rotateY(180deg) scale(0.9);
}

.wd-20210318092305:nth-child(2) ~ div {
  display: none;
}

#c_portalResEbizads_banner-1616029722165 .wd-sub-banner .wd-content .wd-right a:nth-child(2) ~ a {
  display: none;
}

.wd-20210322102232 {
  display: flex !important;
  align-items: center;
}

.wd-20210322102232 svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.wd-20210322102232 path {
  fill: #333;
}

.error-404 {
  display: block !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
}

.error-404 iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  outline: none;
  overflow: hidden;
}

body.error-404 > div {
  display: none;
}

#c_portalResNews_list-16162481345221670 .p_title:hover {
  color: #5fa8c8;
}

.wd-20210322140002 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0px;
}

.wd-20210322140002 svg path {
  fill: #333;
}

.wd-20210322140002 {
  position: relative;
}

.wd-20210322140002 p {
  position: relative;
  padding-left: 30px;
}

#c_portalResProduct_list-1616031347505 .proBox {
  overflow: visible;
}

#c_portalResProduct_list-1616295049858 .wd-title {
  margin-top: 0;
}

#c_portalResProduct_list-1616295049858 .wd-container {
  height: 100%;
}

#c_portalResProduct_list-1616295049858 .wd-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}

#c_portalResProduct_list-1616295049858 .wd-title:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #5fa8c8;
  margin-right: 10px;
  transition: 0.5s;
}

#c_portalResProduct_list-1616295049858 .wd-item:hover .wd-title:before {
  transform: scale(1, 0.8);
  background-color: #fff;
}

#w_grid-1616393693646 > div > .p_gridbox:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-color: #333;
  opacity: 0.7;
}

#w_grid-1616393693646 > div > .p_gridbox > div {
  position: relative;
  z-index: 10;
}

#c_portalResProduct_category-16139192832570367 .wd-left .swiper-container .wd-pic img {
  transition: 1s;
}

#c_portalResProduct_category-16139192832570367 .wd-left .swiper-container .wd-pic:hover img {
  transform: scale(1.05);
}

#c_portalResProduct_category-16139192832570367 .wd-right .wd-pic img {
  filter: grayscale(0.6);
  transition: 1s;
}

#c_portalResProduct_category-16139192832570367 .wd-right .wd-pic:hover img {
  filter: grayscale(0);
}

.wd-20210323113425 {
  display: flex;
  align-items: center;
}

.wd-20210323113425 svg {
  width: 40px;
  height: 40px;
  fill: #cecece;
  margin-left: 20px;
}

.wd-header .wd-right .wd-item .wd-sub {
  display: none;
}

@keyframes wd-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wd #c_portalResPublic_codeContainer-16165518804836003 .wd-20210324101743 .wd-item {
  height: 100vh;
}

#content_box-1616469612388-1 {
  display: flex;
  align-items: center;
}

#w_grid-1616549939996 a:hover span {
  color: #fff !important;
  text-decoration: underline;
}

#content_box-1616549939976-0 a:hover span {
  color: #fff !important;
  text-decoration: underline;
}

#c_portalResNews_list-16164696615878707 .wd-title a:hover {
  color: #275595;
}

.wd-20210323113425 svg {
  transition: 1s;
}

.wd-20210323113425:hover svg {
  transform: rotateX(180deg);
}

.wd-20210323113425:hover svg path {
  fill: #275595;
}

body > div.wd-20210310080847 {
  display: none;
}

.wd-df {
  display: flex;
}

.wd-sub-cate {
  justify-content: center;
  padding: 2% 0;
  background-color: #333;
}

.wd-sub-cate a {
  padding: 10px 3vw;
  border: 1px solid #fff;
  margin: 0 5px;
  display: block;
  color: #fff;
}

.wd .wd-sub-cate {
  display: none;
}

.wd-20210328134215 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.wd-20210328134215 span {
  color: #333;
  opacity: 0.1;
  font-size: 20vw;
  margin-top: -10%;
  display: block;
}

.wd #w_common_text-1616910451112 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5%;
}

.wd #w_common_text-1616910451112 p {
  font-size: 20vw;
  color: #333;
  opacity: 0.1;
}

.w_grid-001 > .w_grid {
  position: static;
}

.wd #w_fimg-1616909514258 {
  position: relative;
}

.wd #w_fimg-1616909514258 img {
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.wd #content_box-1616912479203-0 {
  position: sticky;
  top: 130px;
}

.wd #content_box-1616913111254-0 {
  position: sticky;
  top: 130px;
}

.c_portalResProduct_detail-03001 .p_content > div {
  display: none;
}

.c_portalResProduct_detail-03001 .p_content > div.d_ProSummary {
  display: block;
  margin-top: 20px;
}

.c_portalResProduct_detail-03001 .p_content > div:nth-child(1) {
  display: block;
}

.decTab.active, .decTab:hover {
  color: var(--mc);
  border-color: var(--mc);
}

.wd #w_grid-1616916129674 {
  background-color: #fff;
  margin-bottom: 20px;
}

.wd #w_grid-1616916407699 {
  background-color: #fff;
}

.wd #w_common_text-1616916129677 p > span > span:nth-child(1) {
  color: var(--mc) !important;
}

#w_fline-1616916129680 .p_FLine {
  background-color: var(--mc);
}

.ejLink.wd-current {
  background-color: var(--mc2) !important;
  color: #fff !important;
}

@media(max-width: 768px) {
  #c_portalResNews_list-16162481345221670 .p_time {
    float:none;
  }

  #content_box-1616549939976-1 {
    margin-top: 20px !important;
  }

  #w_grid-1616486727920 {
    padding: 15px;
  }

  #c_portalResPublic_codeContainer-16164867542966763 .wd-item {
    width: 45%;
    margin: 2.5%;
  }

  #c_portalResPublic_codeContainer-16164867542966763 .wd-list {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-16139192832570367 .wd-container {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-16139192832570367 .wd-left {
    order: 2;
    width: 100%;
  }

  #c_portalResProduct_category-16139192832570367 .wd-right {
    width: 100%;
  }

  #c_portalResProduct_category-16139192832570367 .wd-right .swiper-container {
    display: none;
  }

  #c_portalResPublic_codeContainer-16165518804836003 .wd-item {
    flex-wrap: wrap;
    height: auto;
  }

  .wd #c_portalResPublic_codeContainer-16165518804836003 .wd-20210324101743 .wd-item {
    height: auto;
  }

  #c_portalResPublic_codeContainer-16165518804836003 .wd-left {
    width: 100%;
    padding: 15px;
  }

  #c_portalResPublic_codeContainer-16165518804836003 .wd-right {
    position: static;
    width: 100%;
    height: auto;
  }

  #c_portalResPublic_codeContainer-16165518804836003 .wd-right .wd-bg {
    height: 40vh;
    background-size: cover;
  }

  #c_portalResPublic_codeContainer-16165518804836003 .wd-left a {
    padding: 15px 20vw;
  }

  #c_portalResPublic_codeContainer-16165518804836003 h3 {
    left: -1vw;
  }

  #w_grid-1616909869728 {
    padding: 5%;
  }

  #w_common_text-1616911487489 span {
    font-size: 1.3rem !important;
  }

  #w_common_text-1616911487489 {
    padding: 5%;
  }

  #w_common_text-1616911260217 {
    margin-top: 10%;
  }

  #w_common_text-1616911487489 p {
    display: inline;
  }

  #w_fbtn-1616911790166 {
    margin-bottom: 20%;
  }

  #c_portalResProduct_list-16169173037308284 .PhotoList_k1 li {
    width: 100%;
  }

  #c_portalResProduct_list-16169173037308284 .PhotoList_k1 li a {
    height: auto;
    background: transparent;
  }

  #c_portalResProduct_list-16169173037308284 .PhotoList_k1 li span {
    font-size: 1.3rem;
  }

  #c_portalResProduct_list-1616917495254 .PhotoList_k1 li {
    width: 100%;
  }

  #c_portalResProduct_list-1616917495254 .PhotoList_k1 li a {
    background: transparent;
    height: auto;
  }

  #c_portalResProduct_list-1616917495254 .PhotoList_k1 li span {
    font-size: 1.3rem;
  }

  .wd #content_box-1616912479203-0 {
    position: static;
  }

  .wd #content_box-1616913111254-0 {
    position: static;
  }

  #w_common_text-1616913460491 {
    margin-top: 10%;
  }

  #w_common_text-1616914977946 {
    margin-top: 10%;
  }

  #c_portalResPublic_codeContainer-16169154948407921 .wd-20210328151154 {
    flex-wrap: wrap;
  }

  #c_portalResPublic_codeContainer-16169154948407921 .wd-20210328151154 .wd-item {
    width: 45%;
    margin: 2.5%;
  }

  .wd-header .wd-right {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .wd-header .wd-right.wd-show {
    opacity: 1;
    visibility: visible;
  }

  .wd-nav {
    flex-wrap: wrap;
  }

  .wd-header .wd-right .wd-item {
    width: 100%;
    margin-bottom: 3vh;
  }

  .wd-header .wd-right .entry {
    display: none;
  }

  .wd-nav .wd-item > a {
    text-align: center;
  }

  .wd-show .wd-header .wd-logo {
    position: relative;
    z-index: 100;
  }
}

.wd-header .wd-trigger {
  display: none;
}

@media(max-width: 768px) {
  .wd-header .wd-trigger {
    position:absolute;
    display: block;
    top: 30px;
    right: 20px;
  }

  .wd-header .wd-trigger span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 10px;
    display: block;
  }

  .wd-header.wd-dark .wd-trigger span {
    background-color: var(--mc2);
  }

  .wd-sub-banner .wd-content {
    width: 100%;
    position: static;
    display: flex;
    transform: none;
    background: #eee;
  }

  .wd-sub-banner .wd-content .wd-left {
    display: none;
  }

  .wd-sub-banner .wd-content .wd-right {
    width: 100%;
  }

  .wd-sub-banner .wd-content .wd-right .wd-cate {
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .wd-sub-banner .wd-content .wd-right a {
    color: #fff;
    width: 45%;
    margin: 5px 2.5% !important;
    border-radius: 0;
    background: var(--mc);
    padding: 15px 0;
    text-align: center;
    border: none;
  }

  .wd .wd-sub-banner {
    height: auto;
  }

  .wd-sub-banner .wd-img {
    height: 50vh;
  }
}

.wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 20vh;
  transition: 1s;
}

.wd-right-float.wd-hide {
  right: -100px;
}

.wd-right-float .wd-item {
  animation: fadeOut both;
  position: relative;
}

.wd-right-float .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-100%);
  visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
  visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
  background-color: #333;
  display: flex;
  height: 100%;
  width: 180px;
  align-items: center;
  padding: 0px 20px;
  animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
  animation: fadeInLeft 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: fadeInRight 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
  animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cc);
  margin-bottom: 2px;
}

.wd-right-float .wd-item a svg {
  width: 20px;
  height: 20px;
  transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
  transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
  fill: #fff;
}

@media(max-width: 768px) {
  .wd-right-float {
    display:none;
  }
}

.c_portalResProduct_detail-03001 .d_DescriptionBigbox img {
  max-width: 100%;
  height: auto !important;
}

.c_portalResProduct_detail-03001 .p_interaction {
  display: none;
}

@media(max-width: 768px) {
  #c_portalResProduct_detail-16169131332411093 .p_ProductDetail {
    padding:0;
  }

  #c_portalResProduct_detail-16169131332411093 .p_TabTitleBox {
    display: none;
  }

  #c_portalResProduct_category-1616913111294 {
    display: none;
  }

  #c_portalResProduct_list-16169238666296591 .pagination-wyz9 {
    display: none;
  }
}

.c_portalResNews_detail-01001 .p_dataSource li:nth-child(2) {
  display: none;
}

.c_portalResNews_detail-01001 .p_dataSource li:nth-child(3) {
  display: none;
}

.c_portalResNews_detail-01001 .p_articlesTitle {
  display: none;
}

@media(max-width: 768px) {
  #c_portalResProduct_list-16169239125027312 .pagination-wyz9 {
    display:none;
  }

  #content_box-1616549939976-3 {
    margin-top: 30px;
  }

  .wd-header.wd-dark .wd-container {
    padding: 2%;
  }
}

#c_portalResPublic_codeContainer-16164867542966763 .wd-item {
  cursor: pointer;
}

#c_portalResPublic_codeContainer-16164867542966763 .wd-icon {
  transition: 1s;
}

#c_portalResPublic_codeContainer-16164867542966763 .wd-icon:hover {
  transform: rotateY(360deg);
}

#c_portalResnav_main-16087914574993977 .navSlink:hover span {
  color: var(--ccc);
  text-decoration: none !important;
}

#c_portalResnav_main-16087914574993977 .navSlink:after {
  background-color: var(--ccc);
}

#c_portalResnav_main-16087914574993977 .navLi:hover .navName {
  color: var(--cc);
}

#c_portalResnav_main-16087914574993977 .tNavH::before {
  background-color: var(--cc);
}

#c_portalResNews_list-16169862964221949 .wd-more a {
  background-image: linear-gradient(to right, var(--c), var(--ccc));
  border-radius: 0;
}

#w_fbtn-1603695506689 .p_CommonBtn:hover {
  background-color: var(--c);
  border-color: var(--c);
}

#w_fbtn-1610090555735 .p_CommonBtn {
  background-image: var(--bgi);
  border: none;
}

.wd #w_fbtn-1610090555735 {
  transition: 1s;
}

.wd #w_fbtn-1610090555735:hover {
  max-width: 170px;
}

#w_fbtn-1610090555735 .p_CommonBtn:hover {
  border: none;
  background-color: transparent;
}

#w_fbtn-1603695506689 .p_CommonBtn {
  border-radius: 100px;
}

#c_portalResNews_list-16169863025595681 .wd-list-item a:hover {
  color: var(--c);
}

#c_portalResNews_list-16169863025595681 .wd-title:hover {
  color: var(--c);
}

#c_portalResProduct_list-16169997263834540 .wd-title:hover {
  color: var(--c);
}

#c_portalResNews_list-16169863025624870 .wd-title:hover {
  color: var(--c);
}

#c_portalResNews_list-16169863025624870 .wd-list-item a:hover {
  color: var(--c);
}

#c_portalResProduct_list-16169997263834540 .wd-more a {
  transition: 1s;
}

#c_portalResProduct_list-16169997263834540 .wd-more a:hover {
  width: 190px;
}

#c_portalResProduct_list-16169997263834540 .wd-list .wd-pic img {
  transition: 1s;
}

#c_portalResProduct_list-16169997263834540 .wd-list .wd-pic:hover img {
  transform: scale(1.05);
}

#c_portalResProduct_list-16169997263834540 .wd-pic {
  overflow: hidden;
}

@media(max-width: 768px) {
  #w_fimg-1608791457245 .p_dimage {
    background-size:100%;
  }

  #w_fimg-1608791457245 {
    position: relative;
    left: 15px;
  }

  #w_common_text-1616986296273 p {
    text-align: center;
  }

  #w_common_text-1616986296276 p {
    text-align: center;
  }

  #c_portalResProduct_list-16169997263834540 .wd-list {
    display: block;
  }

  #c_portalResProduct_list-16169997263834540 .wd-content {
    padding: 15px 0;
  }

  #c_portalResProduct_list-16169997263834540 .wd-more {
    display: none;
  }

  #c_portalResProduct_list-16169997263834540 .wd-list {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
  }

  #c_portalResProduct_list-16169997263834540 .wd-list:last-child {
    border: none;
    margin-bottom: 0;
  }

  #w_common_text-1616986302377 {
    margin-top: 30px;
  }

  #w_grid-1616986296255 > div > .p_gridbox {
    background: none;
  }

  #c_portalResProduct_list-16169997263834540 .wd-pic {
    box-shadow: none;
  }

  #c_portalResNews_list-16169863025595681 .wd-list-pic {
    display: block;
  }

  #c_portalResNews_list-16169863025595681 .wd-pic {
    width: 100%;
  }

  #c_portalResProduct_list-16169997263834540 .wd-list:nth-child(2) ~ div {
    display: none;
  }

  #c_portalResProduct_list-16169997263834540 .wd-list:nth-child(2) {
    border-bottom: none;
  }

  #c_portalResNews_list-16169863025595681 .wd-content {
    width: 100%;
    padding: 0;
  }

  #w_common_text-1616986302377 p {
    text-align: center;
  }

  #c_portalResProduct_list-16169997263834540 .wd-title {
    text-align: center;
  }

  #w_grid-1610334046077 #c_portalResnav_main-16103340453569981 {
    display: block;
  }

  #c_portalResnav_main-16087914574993977 .navBtn {
    background-color: #333;
  }

  #w_common_text-1603695506692 p {
    text-align: center;
  }

  #w_common_text-1603695506700 p {
    text-align: center;
  }

  #w_common_text-1616986302375 p {
    text-align: center;
  }

  #w_common_text-1616986302379 p {
    text-align: center;
  }

  #w_common_text-1616986302380 p {
    text-align: center;
  }

  #c_portalResNews_list-16169863025595681 .wd-pic {
    margin-bottom: 10px;
  }

  #c_portalResNews_list-16169863025624870 .wd-list-pic {
    display: block;
  }

  #c_portalResNews_list-16169863025624870 .wd-pic {
    width: 100%;
    margin-bottom: 10px;
  }

  #c_portalResNews_list-16169863025624870 .wd-content {
    width: 100%;
    padding: 0;
  }

  #w_grid-1603695506672 {
    position: relative;
    z-index: 10;
  }

  #c_portalResNews_list-16169863025624870 .wd-list-item a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  #c_portalResNews_list-16169863025595681 .wd-list-item a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

@media(max-width: 768px) {
  #w_fline-1603695506695 {
    margin-left:auto;
    margin-right: auto;
  }

  #w_fbtn-1617352590351 .p_CommonBtn {
    background-color: var(--c);
    border-radius: 50px;
  }

  #w_fbtn-1617352590351 .p_CommonBtn .font {
    color: #fff;
  }
}

.c_portalResIntro_detail-01001 .p_header {
  color: var(--c);
}

.c_portalResProduct_detail-01001001 .d_DescriptionBoxA img {
  max-width: 500px;
  width: auto !important;
  height: auto !important;
}

@media(max-width: 768px) {
  #w_common_text-1610334046096 {
    margin-top:30px;
  }
}

.e_FlowCommonStyleBox-001 .stylebox_top {
  background: #14b6c2 !important;
  height: auto;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
  background: #14b6c2 !important;
  line-height: 46px;
}

.e_FlowCommonStyleBox-001 .title_main {
  font-size: 18px;
}

.c_portalResProduct_detail-03001 .p_content {
  border: none;
}

#c_portalResnav_main-16087914574993977 .navSlink span.cn {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

#c_portalResnav_main-16087914574993977 .navSli {
  width: 50%;
}

.c_portalResProduct_detail-01001001 .d_description h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}

.c_portalResProduct_detail-01001001 .d_description h2:after {
  content: "";
  width: 11em;
  height: 4px;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #59b3c0, #202483);
}

.c_portalResProduct_detail-01001001 .d_description p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 5px;
}

.c_portalResProduct_detail-01001001 .d_description {
  padding-left: 0;
  padding-right: 0;
}

.c_portalResProduct_detail-01001001 .p_interaction {
  display: none;
}

.c_portalResProduct_detail-01001001 .p_content {
  border: none;
}

.more_link {
  display: none;
}

.c_portalResProduct_detail-01001001 .d_summary {
  border: none;
}

.c_portalResProduct_detail-01001001 .p_assist {
  display: none;
}

#w_grid-1608791457218 {
  width: 94%;
  max-width: 1600px;
}

.c_portalResProduct_detail-03001 .d_DescriptionBigbox {
  border-top:1px solid #ddd;
}
.c_portalResProduct_detail-03001 .p_QRCode {
  background-color:#f3f3f3;
  padding:20px 0;
}